Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Mon, 31 Aug 2015 15:31:24 +0000 (11:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Aug 2015 15:31:24 +0000 (11:31 -0400)
gdk/wayland/gdkdevice-wayland.c

index 4e8f98f2bf111ea90ce6e7de0ed12f8950f73df9..50b3ffc3ffb6e38d51c69f8af408805fef96efc3 100644 (file)
@@ -1165,6 +1165,8 @@ keyboard_handle_enter (void               *data,
   _gdk_wayland_display_deliver_event (device->display, event);
 }
 
+static void stop_key_repeat (GdkWaylandDeviceData *device);
+
 static void
 keyboard_handle_leave (void               *data,
                        struct wl_keyboard *keyboard,